home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Curio City 11
/
CURIO11.bin
/
pc
/
movie
/
namio
/
qz_c.dir
/
01092_ÉnÅ[Égëù.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-01-01
|
240 b
|
14 lines
on exitFrame
global gqzheart
set gqzheart to 9
if gqzheart < 0 then
set gqzheart to 0
end if
if gqzheart > 9 then
set gqzheart to 9
end if
repeat with n = 35 to 43
set the visible of sprite n to 1
end repeat
end